Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > ApplicationPos

ApplicationPos

Integer, Integer, Integer, Integer

Correct default values

Purpose

The ApplicationPos parameter specifies the position of the Application: label and your application name passed by the command line on the start-up, or splash, screen.

The value of <default> specifies that JADE uses what it recognizes as the correct default values. The parameter value is based on 96 dots per inch (that is, 96 dpi). The splash screen positions are scaled if the user has a different dpi setting.

The first and second integer values (indicating the x and y points) are the horizontal and vertical coordinates of the Application: label in pixels, respectively, relative to the top left corner of the window. The third and fourth integer values (indicating the x2 and y2 points) are the horizontal and vertical coordinates of the application name text in pixels, respectively, relative to the top left corner of the window.

This parameter positions the displayed application label and text, which are displayed in the following form.

Application: target-application-name

If the positions are not valid or you specify No, the application label and text are not displayed.

Parameter is read when …

The client node is next initialized.